From 7025806354bfe22c4a500111bf0e71c983a59f01 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 7 Sep 2002 03:19:39 +0000 Subject: [PATCH] Delete leftover testing code. --- waypt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/waypt.c b/waypt.c index 71d421ea7..ce77d7a42 100644 --- a/waypt.c +++ b/waypt.c @@ -64,8 +64,7 @@ waypt_disp_all(waypt_cb cb) { queue *elem, *tmp; waypoint *waypointp; -setshort_length(8); -setshort_mustupper(0); + QUEUE_FOR_EACH(&waypt_head, elem, tmp) { waypointp = (waypoint *) elem; (*cb) (waypointp); -- 2.30.2